GenericCache.PurgeItemEventArgs<TKey,TValue,TCacheNodeFactory> Class
Represents arguments for the PurgeItem event.
public sealed class GenericCache.PurgeItemEventArgs<,,> : System.EventArgs
where TCacheNodeFactory: new(), CacheNodeFactory<TKey,TValue>
'Declaration
Public NotInheritable Class GenericCache.PurgeItemEventArgs
(Of ,, As {New, CacheNodeFactory(Of TKey,TValue)})
Inherits System.EventArgs
- TKey
- The type of the key of the cache item.
- TValue
- The type of the value of the cache item.
- TCacheNodeFactory
System.Object
System.EventArgs
GrapeCity.Viewer.Common.Implementation.GenericCache`3.PurgeItemEventArgs<TKey,TValue,TCacheNodeFactory>